All Questions
Tagged with namespaceprogramming-practices
3 questions
1vote
1answer
550views
Is it a good practice to have XML document with no-namespace elements in the middle
I have an XML looking like this: <?xml version="1.0" encoding="utf-8"?> <n0:OrderConfirmation xmlns:n0="http://company.org/interface/MVSI" xmlns:ord="...
4votes
2answers
1kviews
Free Standing Functions in Global Namespace
When writing non-member, free functions, can they be placed in the global namespace so long as the signature specifies a namespace-scoped object? For example, in the code below, is "Example 2" ...
0votes
1answer
3kviews
Is C# namespace should be Project-Name? [closed]
I am working with multiple websites (freelancer) and a good amount of them I write using C# MVC4. I created a very good boilerplace project that I plan to use on every next starting mvc4 application ...